Package com.cisco.pt.ipc.sim.impl
Class UserAppManagerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.UserAppManagerImpl
- All Implemented Interfaces:
IPCObject,UserAppManager
Information provided by the PKI file:
\class UserAppManager
\brief User App Manager.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionUserAppManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddGlobalApp(String filename) getGlobalApp(String id) getGlobalAppAt(int index) getGlobalAppByPath(String filename) intvoidMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
UserAppManagerImpl
public UserAppManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
addGlobalApp
- Specified by:
addGlobalAppin interfaceUserAppManager- Parameters:
filename- Takes in a parameter of filename- Returns:
- boolean Returns a boolean
-
removeGlobalApp
- Specified by:
removeGlobalAppin interfaceUserAppManager- Parameters:
id- Takes in a parameter of id
-
getGlobalAppCount
public int getGlobalAppCount()- Specified by:
getGlobalAppCountin interfaceUserAppManager- Returns:
- int Returns a int
-
getGlobalAppAt
- Specified by:
getGlobalAppAtin interfaceUserAppManager- Parameters:
index- Takes in a parameter of index- Returns:
- UserDesktopAppConfig Returns a UserDesktopAppConfig
-
getGlobalApp
- Specified by:
getGlobalAppin interfaceUserAppManager- Parameters:
id- Takes in a parameter of id- Returns:
- UserDesktopAppConfig Returns a UserDesktopAppConfig
-
getGlobalAppByPath
- Specified by:
getGlobalAppByPathin interfaceUserAppManager- Parameters:
filename- Takes in a parameter of filename- Returns:
- UserDesktopAppConfig Returns a UserDesktopAppConfig
-